Installation Guide : 

PHP Version : 8.1 

1) Upload Script and Unzip & "File" Folder Open and Move All Public_html
2) Goto PHPMyAdmin -> Rco.sql Upload
3) Goto .evn File & Edit &  Your URL Link & Database User Name and Database Name and Password  All Enter

Done :)

Admin : - www.domain.com/admin
Id : admin@gmail.com
Pass : 123456

Cron Job Set Every 5 Mints

	curl -s https://domain.online/commission-interest

Withdraw Timing Change :

/app/Http/Controllers/user/WithdrawController.php Line -75

	$startTime = Carbon::createFromTime(10, 0, 0); // 9:00 AM
            $endTime = Carbon::createFromTime(22, 0, 0);  // 16:00 PM

WIthdraw Per Day Only One Request Send Remove :

/app/Http/Controllers/user/WithdrawController.php Line - 53

            // Today Exist Withdraw
            if($availableWithdraw != 0) throw new \Exception(trans('payment.withdraw_validate_error_allowed_limit_payout'));

0 is 1 set (daily two payment send)

remove the line full , you can unlimited request send posiible
